VB.NET Technology

VB.Net Projects

VB.Net Project 1

GroupBox Control
Previous Home Next
adplus-dvertising

Windows Forms GroupBox controls are used to provide a most important facility for grouping other controls. Typically, you use group boxes to subdivide a form by function. For example, you may have an order form that specifies mailing options such as which overnight carrier to use.

Grouping all options in a group box gives the user a logical visual cue. The GroupBox control is similar to the Panel control; however, only the GroupBox control displays a caption, and only the Panel control can have scroll bars.

Group Box Properties

Group Box Event

Previous Home Next